Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterImage Class > SetRowCompressed Method : SetRowCompressed(Byte[],UInt16[],Int32,Int32,Int32) Method |
[CLSCompliantAttribute(false)] public void SetRowCompressed( byte[] workBuffer, ushort[] runBuffer, int runBufferOffset, int row, int lines )
'Declaration
<CLSCompliantAttribute(False)> Public Overloads Sub SetRowCompressed( _ ByVal workBuffer() As Byte, _ ByVal runBuffer() As UShort, _ ByVal runBufferOffset As Integer, _ ByVal row As Integer, _ ByVal lines As Integer _ )
'Usage
Dim instance As RasterImage Dim workBuffer() As Byte Dim runBuffer() As UShort Dim runBufferOffset As Integer Dim row As Integer Dim lines As Integer instance.SetRowCompressed(workBuffer, runBuffer, runBufferOffset, row, lines)
[CLSCompliantAttribute(false)] public void SetRowCompressed( byte[] workBuffer, ushort[] runBuffer, int runBufferOffset, int row, int lines )
- (BOOL)setRowCompressed:(unsigned char *)workBuffer runBuffer:(const unsigned short *)runBuffer row:(NSUInteger)row lines:(NSUInteger)lines error:(NSError **)error
public void setRowCompressed( byte[] workBuffer, short[] runBuffer, int runBufferOffset, int row, int lines )
CLSCompliantAttribute() function Leadtools.RasterImage.SetRowCompressed(Byte[],UInt16[],Int32,Int32,Int32)( workBuffer , runBuffer , runBufferOffset , row , lines )
[CLSCompliantAttribute(false)] public: void SetRowCompressed( array<byte>^ workBuffer, array<ushort>^ runBuffer, int runBufferOffset, int row, int lines )
This method is available in the (Document/Medical only) Toolkits.
This method is useful for working with 1-bit images that are loaded in their compressed formats for faster loading and display.
For more information, refer to Speeding Up 1-Bit Documents.